projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f969470
)
gtkstyleset.h: Add declaration for gtk_style_set_merge().
author
Carlos Garnacho
<carlosg@gnome.org>
Thu, 4 Mar 2010 21:58:28 +0000
(22:58 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:48 +0000
(15:36 +0100)
gtk/gtkstyleset.h
patch
|
blob
|
history
diff --git
a/gtk/gtkstyleset.h
b/gtk/gtkstyleset.h
index 48b3c3beaa56954bc1877de1cc486301fc7d4df2..2853d4c5029aaec4da2b7d4e70f710c09b07c285 100644
(file)
--- a/
gtk/gtkstyleset.h
+++ b/
gtk/gtkstyleset.h
@@
-65,6
+65,10
@@
void gtk_style_set_unset_property (GtkStyleSet *set,
void gtk_style_set_clear (GtkStyleSet *set);
+void gtk_style_set_merge (GtkStyleSet *set,
+ const GtkStyleSet *set_to_merge,
+ gboolean replace);
+
G_END_DECLS
#endif /* __GTK_STYLE_PROPERTY_SET_H__ */